home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / amonline / dos / planb.bat < prev    next >
DOS Batch File  |  1994-01-18  |  3KB  |  73 lines

  1. @echo off
  2. cls
  3. echo To install America Online
  4. echo -------------------------
  5. echo 
  6. echo Type A: or B: (depending on where you've inserted the installation disk)
  7. echo and press Enter.  Then type INSTALL and press Enter again.  We'll do the
  8. echo rest!
  9. echo 
  10. echo 
  11. echo If you have trouble installing America Online
  12. echo ---------------------------------------------
  13. echo 
  14. echo If you've followed the above instructions and cannot install America
  15. echo Online, please first call America Online Customer Relations at
  16. echo 1-800-827-6364.  A representative will help you work through any
  17. echo hardware or software incompatibility problems.
  18. echo 
  19. echo If we cannot determine the cause of your problem, we may refer you to the
  20. echo instructions in this file.  The steps outlined here will allow you to
  21. echo manually install America Online.  YOU SHOULD DO THIS ONLY AS A LAST RESORT.
  22. echo 
  23. echo 
  24. pause
  25. cls
  26. echo Manually installing America Online
  27. echo ----------------------------------
  28. echo 
  29. echo 1.  Make sure you have over 2 megs free on your hard drive.  Although
  30. echo     America Online will not occupy that much space, it will be necessary
  31. echo     to temporarily copy a large file to your hard drive.
  32. echo 
  33. echo 2.  Create a directory on your hard drive for America Online.  Example:
  34. echo            MD C:\AOL
  35. echo 
  36. echo 3.  Switch to the directory you just created:
  37. echo            C:
  38. echo            CD \AOL
  39. echo 
  40. echo 4.  Copy the AOL1.BIN file from the installation disk to your hard drive:
  41. echo            COPY A:AOL1.BIN
  42. echo 
  43. echo 5.  Type the following commands to create America Online's directories:
  44. echo            MD STATE
  45. echo            MD DOCUMENT
  46. echo            MD DOWNLOAD
  47. echo 
  48. echo 
  49. pause
  50. cls
  51. echo Manually installing America Online (continued)
  52. echo ----------------------------------------------
  53. echo 
  54. echo 6.  Type the following command to make AOL1.BIN executable:
  55. echo            RENAME AOL1.BIN AOL1.EXE
  56. echo 
  57. echo 7.  Decompress and extract the America Online files from AOL1.EXE:
  58. echo            AOL1 -D
  59. echo 
  60. echo 8.  Set up the file used to run the software:
  61. echo            COPY GEOS.BAT AOL.BAT
  62. echo 
  63. echo 9.  Delete the AOL1.EXE file:
  64. echo            DEL AOL1.EXE
  65. echo 
  66. echo 10. Enter the America Online Setup program:
  67. echo            AOL
  68. echo 
  69. echo Setup will configure America Online to work with your PC.  To run
  70. echo America Online in subsequent sessions, simply change to the directory
  71. echo you created and type AOL.
  72. echo 
  73.